home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / fontutil.6 / fontutil / fontutils-0.6 / pk / README < prev   
Encoding:
Text File  |  1992-03-04  |  624 b   |  14 lines

  1. This library provides for reading of packed font (PK) bitmap files.  An
  2. arbitrary number of fonts may be read simultaneously.  Routines to write
  3. a PK file have not been written; instead, use the TeX utility routine
  4. gftopk.
  5.  
  6. None of the code that processes the PK commands actually explains what
  7. the precise definition of those commands are.  For that, you should look
  8. at the definition of the PK format in the TeX utility programs that
  9. convert to and from PK format.
  10.  
  11. The header file is ../include/pk.h.  It explains the basics of how to
  12. use the routines.  The source files in this directory do not repeat that
  13. explanation.
  14.